T (Trace) 

Syntax

[[thread]] T [[count]]

Parameters

thread

The thread to trace through. See Process and Thread Syntax2LMXWU for information on the thread syntax.

count

The number of instructions or source lines (depending on the Source/Assembly mode) to step through before stopping.

 

Description

Executes the instruction or source line at the instruction pointer and displays the resulting values of all registers and flags.

Use the P9GWYI4 (Program Step) command to have WinDbg execute subroutine calls or interrupts without returning control to the debugger.